home *** CD-ROM | disk | FTP | other *** search
/ New Perspectives on Computer Concepts / New Perspectives on Computer Concepts.iso / np2010c / L02a.swf / scripts / frame_577 / DoAction.as
Text File  |  2007-12-30  |  123b  |  10 lines

  1. QCQues = 15;
  2. if(QCStatus[QCQues] == 1 || QCStatus[QCQues] == 2)
  3. {
  4.    gotoAndStop(579);
  5. }
  6. else
  7. {
  8.    nextFrame();
  9. }
  10.